set
pure constructor()
Constructs an empty set.
Since
0.6.0
Constructs a set from the elements of the provided iterable.
Since
0.6.0
Parameters
values
The iterable containing elements to include in the set.
Constructs an empty set.
0.6.0
Constructs a set from the elements of the provided iterable.
0.6.0
The iterable containing elements to include in the set.